interface IInput {
    data: {
        draft_id: string;
    };
}

Properties

Properties

data: {
    draft_id: string;
}

Type declaration

  • draft_id: string