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/BanCreateSchema.ts
2022-09-26 22:08:14 +10:00

4 lines
86 B
TypeScript

export interface BanCreateSchema {
delete_message_days?: string;
reason?: string;
};