UNPKG

176 BTypeScriptView Raw
1export interface EntitySchemaCheckOptions {
2 /**
3 * Check constraint name.
4 */
5 name?: string;
6 /**
7 * Check expression.
8 */
9 expression: string;
10}