Variable storageRouterConst
storageRouter: BuiltRouter<
{
ctx: TRPCContext;
errorShape: DefaultErrorShape;
meta: object;
transformer: false;
},
DecorateCreateRouterOptions<
{
uploadCredentials: QueryProcedure<
{
input: void;
meta: object;
output: {
accessToken: string;
supabaseAnonKey: string;
supabaseProjectRef: string;
supabaseUrl: string;
};
},
>;
},
>,
> = ...