mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-28 00:44:54 +00:00
add where for community name
This commit is contained in:
@ -18,6 +18,12 @@ export interface TypeORMCustomModelFindAllQuery {
|
||||
includeDisable?: boolean | string;
|
||||
includeSpaces?: boolean;
|
||||
}
|
||||
|
||||
export interface ExtendedTypeORMCustomModelFindAllQuery
|
||||
extends TypeORMCustomModelFindAllQuery {
|
||||
search?: string;
|
||||
}
|
||||
|
||||
interface CustomFindAllQuery {
|
||||
page?: number;
|
||||
size?: number;
|
||||
|
||||
Reference in New Issue
Block a user