Type alias CognitoOperationResult

CognitoOperationResult: {
    message: string;
    result?: string;
    success: boolean;
}

Represents the result of a Cognito operation.

Type declaration

  • message: string

    A message providing additional information about the operation result.

  • Optional result?: string

    The result of the operation, if applicable.

  • success: boolean

    Indicates whether the operation was successful.

Generated using TypeDoc