adobe-firefly-sdk
    Preparing search index...

    Type Alias PendingPatchRoleEntry

    PendingPatchRoleEntry: BasePatchRoleEntry & {
        created: Date;
        email: string;
        role: RoleEnums;
        status: string;
    }

    PendingPatchRoleEntry

    Represents a pending role entry

    Type Declaration

    • created: Date
    • email: string

      Email of the user.

    • role: RoleEnums
    • status: string