# CreateBackupResponseBody success response ## Example Usage ```typescript import { CreateBackupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: CreateBackupResponseBody = { success: "OK", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `success` | *string* | :heavy_check_mark: | N/A | OK |