One result row in a sync_accounts response. Carries the action
discriminator (created / updated / unchanged / failed) the
spec requires. Use as the element type when assembling the response.
Field-level documentation lives on the inline shape in
SyncAccountsSuccess.accounts[] — TS indexed-access types don't
propagate per-field JSDoc into the consumer's IDE. Hover the
underlying interface to read the spec text on each field.
One result row in a
sync_accountsresponse. Carries theactiondiscriminator (created/updated/unchanged/failed) the spec requires. Use as the element type when assembling the response.Field-level documentation lives on the inline shape in
SyncAccountsSuccess.accounts[]— TS indexed-access types don't propagate per-field JSDoc into the consumer's IDE. Hover the underlying interface to read the spec text on each field.Use:
Returning a row without
actionfails to compile.