interface IInput {
    data: {
        can_convert_to_project?: null | boolean;
        coopname: string;
        data: string;
        description: string;
        invite: string;
        meta: string;
        project_hash: string;
        title: string;
    };
}

Properties

Properties

data: {
    can_convert_to_project?: null | boolean;
    coopname: string;
    data: string;
    description: string;
    invite: string;
    meta: string;
    project_hash: string;
    title: string;
}

Type declaration

  • Optional can_convert_to_project?: null | boolean

    Флаг возможности конвертации в проект

  • coopname: string

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

  • data: string

    Новые данные/шаблон проекта

  • description: string

    Новое описание проекта

  • invite: string

    Новое приглашение к проекту

  • meta: string

    Новые мета-данные проекта

  • project_hash: string

    Хэш проекта для редактирования

  • title: string

    Новое название проекта