add auth and payment api
This commit is contained in:
@@ -3,7 +3,7 @@ import type z from "zod";
|
||||
|
||||
export type PaginationQuery = z.infer<typeof paginationQuerySchema>;
|
||||
|
||||
export type SingleResponse<T> = {
|
||||
export type SingleResponse<T = unknown> = {
|
||||
data: T;
|
||||
errors: null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user