/** * DTO for creating a bookmark for a model */ export interface SdPlatformRequestBookmarkCreate { /** The id of the model to bookmark */ model_id: string; } //# sourceMappingURL=SdPlatformRequestBookmark.d.ts.map