ServerGrant: BaseGrant & {
    resource: BaseGrantResource & {
        gameserver_id: string;
    };
}