interface ScriptVersion {
    id?: string;
    message?: string;
    tag?: string;
}

Properties

Properties

id?: string
message?: string
tag?: string