/** Osd creation body */
export interface OsdCreation {
    /** Description */
    description: string;
}
//# sourceMappingURL=OsdCreation.d.ts.map