interface OptionalSWIDProperties {
    patch?: boolean;
    tagVersion?: number;
    text?: Models.Attachment;
    url?: string | URL;
    version?: string;
}

Properties

patch?: boolean
tagVersion?: number
url?: string | URL
version?: string