Skip to main content

SyncDuration

type SyncDuration = 
| {
amount: number;
unit: string;
}
| null;

Duration for Sync API create/update operations.