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