API.designs property
Design API operations.
Signature:
readonly designs: Readonly<{
create: (data: any | Design, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.DesignResource>>;
read: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.DesignResource>>;
}>;