interface IDeldraft {
    draft_id: DraftContract.Interfaces.IUint64;
    scope: string;
    username: string;
}

Properties

scope: string
username: string