Home > @infiniteobjects/models > Repository > exists
Check if the document exist
Signature:
exists(id: string, reject?: boolean, code?: number): Promise<boolean>;
Parameter | Type | Description |
---|---|---|
id | string | |
reject | boolean | (Optional) |
code | number | (Optional) |
Returns:
Promise<boolean>