Type alias Role

Role: {
    createdAt?: string;
    deletedAt?: string;
    id: number;
    isActive: boolean;
    role: string;
    updatedAt?: string;
}

Type declaration

  • Optional createdAt?: string
  • Optional deletedAt?: string
  • id: number
  • isActive: boolean
  • role: string
  • Optional updatedAt?: string