This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
ServerSpacebarOld/src/util/schemas/MemberChangeSchema.ts
2022-09-26 22:08:14 +10:00

4 lines
74 B
TypeScript

export interface MemberChangeSchema {
roles?: string[];
nick?: string;
}