Revived the page! He's baaaaack
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import { LOARequest } from "./loa";
|
||||
import { Role } from "./roles";
|
||||
import { PagedData } from "./pagination";
|
||||
|
||||
export interface memberSettings {
|
||||
displayName: string;
|
||||
}
|
||||
|
||||
export type PaginatedMembers = PagedData<Member>;
|
||||
|
||||
export enum MemberState {
|
||||
Guest = "guest",
|
||||
Applicant = "applicant",
|
||||
|
||||
7
shared/types/units.ts
Normal file
7
shared/types/units.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Unit {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
active: boolean;
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user