Type Alias DeleteWhitelistOptions

DeleteWhitelistOptions: {
    playerId: AnyPlayerId | string;
    serverApiId?: string;
}