chore: format
This commit is contained in:
@@ -6,18 +6,18 @@ import * as $runtime from "../runtime/library";
|
||||
* @param timestamp
|
||||
*/
|
||||
export const subscriberGrowthQuery: (
|
||||
text: string,
|
||||
timestamp: Date,
|
||||
timestamp: Date,
|
||||
text: string,
|
||||
timestamp: Date,
|
||||
timestamp: Date,
|
||||
) => $runtime.TypedSql<
|
||||
subscriberGrowthQuery.Parameters,
|
||||
subscriberGrowthQuery.Result
|
||||
subscriberGrowthQuery.Parameters,
|
||||
subscriberGrowthQuery.Result
|
||||
>;
|
||||
|
||||
export namespace subscriberGrowthQuery {
|
||||
export type Parameters = [text: string, timestamp: Date, timestamp: Date];
|
||||
export type Result = {
|
||||
date: Date | null;
|
||||
count: bigint | null;
|
||||
};
|
||||
export type Parameters = [text: string, timestamp: Date, timestamp: Date];
|
||||
export type Result = {
|
||||
date: Date | null;
|
||||
count: bigint | null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user