UNPKG

@recraft-ai/mcp-recraft-server

Version:
10 lines (9 loc) 610 B
import type { Style } from './Style'; export interface ListStylesResponse { styles: Array<Style>; } export declare function instanceOfListStylesResponse(value: object): value is ListStylesResponse; export declare function ListStylesResponseFromJSON(json: any): ListStylesResponse; export declare function ListStylesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListStylesResponse; export declare function ListStylesResponseToJSON(json: any): ListStylesResponse; export declare function ListStylesResponseToJSONTyped(value?: ListStylesResponse | null, ignoreDiscriminator?: boolean): any;