Skip to main content
type CreateDelegationResult = {
  delegationId: string;
};
Result of creating a delegation for an end user.

Properties

PropertyTypeDescription
delegationIdstringThe unique identifier for the delegation.