import type { BckndobjectStoreSecretCreationResponseMessage } from './bckndobject-store-secret-creation-response-message.js';
/**
 * Message
 * @example "Created"
 */
export type BckndobjectStoreSecretCreationResponse = {
    message?: BckndobjectStoreSecretCreationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=bckndobject-store-secret-creation-response.d.ts.map