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.
2021-02-09 19:10:35 +01:00

9 lines
160 B
TypeScript

export declare const Guild: {
name: StringConstructor;
$region: StringConstructor;
};
export interface Guild {
name: string;
region?: string;
}