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