interface KeyType {
    compositeKeys?: Set<string>[];
    primaryKey?: string[];
}

Properties

compositeKeys?: Set<string>[]
primaryKey?: string[]