ModelAttributePrimaryKey: {
    properties: {
        fields: string[];
        name: never;
    };
    type: "key";
}

Type declaration

  • properties: {
        fields: string[];
        name: never;
    }
    • fields: string[]
    • name: never
  • type: "key"