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