Type Alias NewScriptWithDraft

NewScriptWithDraft: NewScript & {
    draft?: NewScript;
    hash: string;
}