completionId: cgen-3133f282400b417eb293c6f050e0b54c
cgen-3133f282400b417eb293c6f050e0b54c
This commit is contained in:
parent
af89891558
commit
8d72a8b036
1 changed files with 4 additions and 2 deletions
|
|
@ -16,10 +16,12 @@ try {
|
|||
interface RoleMapping {
|
||||
id: string;
|
||||
arm: string;
|
||||
user_type?: string;
|
||||
discord_role: string;
|
||||
user_type: string;
|
||||
discord_role_name: string;
|
||||
discord_role_id?: string;
|
||||
server_id?: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
export default async function handler(
|
||||
|
|
|
|||
Loading…
Reference in a new issue