/** * DTO for patching a tag */ export interface SdPlatformRequestTagPatch { /** false value for tag restore */ deleted_at?: boolean; } //# sourceMappingURL=SdPlatformRequestTag.d.ts.map