interface IEditdraft {
    context: string;
    description: string;
    model: string;
    registry_id: Interfaces.Draft.IUint64;
    scope: string;
    title: string;
    username: string;
}

Properties

context: string
description: string
model: string
registry_id: Interfaces.Draft.IUint64
scope: string
title: string
username: string