Type Alias RawTownPerms

RawTownPerms: Prettify<{
    ally: boolean;
    nation: boolean;
    outsider: boolean;
    resident: boolean;
}>