type CreateDelegationOptions = { expiresAt: string; idempotencyKey?: string; };
expiresAt
string
idempotencyKey?
Was this page helpful?