Type alias BatchCreateResponse

BatchCreateResponse: {
    element: {
        hash: string;
        links: RestApiLink[];
    };
}[]

Type declaration

Generated using TypeDoc