SyncDeadline
type SyncDeadline =
| {
date: string;
lang?: string;
}
| null;
Deadline for Sync API create/update operations.
Unlike the REST API Deadline (which requires lang),
this type makes lang optional for input.
type SyncDeadline =
| {
date: string;
lang?: string;
}
| null;
Deadline for Sync API create/update operations.
Unlike the REST API Deadline (which requires lang),
this type makes lang optional for input.