export interface SimpleArrayStringSchema extends BasicSchema { type: "string"; primary?: boolean; }
Contact support