interface IDeldraft {
    registry_id: Interfaces.Draft.IUint64;
    scope: string;
    username: string;
}

Properties

registry_id: Interfaces.Draft.IUint64
scope: string
username: string