export interface CustomFieldContextDefaultValueMultipleOptionAsResponse { /** * The ID of the context. */ contextId: string; /** * The list of IDs of the default options. */ optionIds: Array; type: "option.multiple"; } //# sourceMappingURL=CustomFieldContextDefaultValueMultipleOptionAsResponse.d.ts.map