interface SWID {
    name: string;
    patch?: boolean;
    tagId: string;
    tagVersion?: number;
    text?: Serialize.JSON.Types.Normalized.Attachment;
    url?: string;
    version?: string;
}

Properties

name: string
patch?: boolean
tagId: string
tagVersion?: number
url?: string
version?: string