Skip to content
Snippets Groups Projects
ResourcePath_Input.ts 351 B
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ResourcePath_Input = {
    /**
     * ID of the resource version
     */
    resource_version_id: string;
    /**
     * ID of the resource
     */
    resource_id: string;
    suffix?: (string | null);
};