interface IAutomate {
    action_type: string;
    board_id: Interfaces.Soviet.IUint64;
    coopname: string;
    encrypted_private_key: string;
    member: string;
    provider: string;
}

Properties

action_type: string
coopname: string
encrypted_private_key: string
member: string
provider: string