import { TypeCommandtypePublishWithoutLinks } from './typeCommandtypePublishWithoutLinks'; /** * An object that contains properties specific to the PublishWithoutLinks command, extending the default properties of a command. * @export * @interface PublishWithoutLinksPayloadAttributesExtension */ export interface PublishWithoutLinksPayloadAttributesExtension { /** * * @type {TypeCommandtypePublishWithoutLinks} * @memberof PublishWithoutLinksPayloadAttributesExtension */ 'type'?: TypeCommandtypePublishWithoutLinks; /** * The version of the schema. Must be ``1.0.0`` for the PublishWithoutLinks command. * @type {string} * @memberof PublishWithoutLinksPayloadAttributesExtension */ 'version'?: string; }