Type alias Role

Role: {
    createdAt: string;
    description?: string;
    id: string;
    name: string;
    updatedAt: string;
}

Type declaration

  • createdAt: string

    When the role was created

  • Optional description?: string

    Description of the role

  • id: string

    Unique identifier for the role

  • name: string

    Name of the role

  • updatedAt: string

    When the role was last updated