UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 734 B
export interface CustomFieldMultiSelectDropDownContentSelectedOptions { ids?: Array<string>; values?: Array<string>; } export declare function instanceOfCustomFieldMultiSelectDropDownContentSelectedOptions(value: object): boolean; export declare function CustomFieldMultiSelectDropDownContentSelectedOptionsFromJSON(json: any): CustomFieldMultiSelectDropDownContentSelectedOptions; export declare function CustomFieldMultiSelectDropDownContentSelectedOptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomFieldMultiSelectDropDownContentSelectedOptions; export declare function CustomFieldMultiSelectDropDownContentSelectedOptionsToJSON(value?: CustomFieldMultiSelectDropDownContentSelectedOptions | null): any;