mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(client): ✨ Add full 0.8 Role API
This commit is contained in:
parent
122842c00e
commit
382374e4d6
2 changed files with 125 additions and 15 deletions
|
|
@ -3,9 +3,9 @@ export type VersiaRole = {
|
|||
name: string;
|
||||
permissions: RolePermission[];
|
||||
priority: number;
|
||||
description: string | null;
|
||||
description?: string;
|
||||
visible: boolean;
|
||||
icon: string | null;
|
||||
icon?: string;
|
||||
};
|
||||
|
||||
// Last updated: 2024-11-28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue