interface IInput {
    data: {
        author: string;
        coopname: string;
        project_hash: string;
    };
}

Properties

Properties

data: {
    author: string;
    coopname: string;
    project_hash: string;
}

Type declaration

  • author: string

    Имя автора

  • coopname: string

    Имя аккаунта кооператива

  • project_hash: string

    Хэш проекта