Type Alias PlatformFunctionsInput<P>
PlatformFunctionsInput<P>: { getActivePlatforms: { auth: string; }; getPlatformUser: { auth: string; platform: P; rumbleType?: RumbleType; username: string; }; getPlatformWorkerStats: { auth: string; platform: P; }; }