Variable generateRegistrationDocumentsOutputSelectorConst

generateRegistrationDocumentsOutputSelector: {
    account_type: boolean;
    documents: {
        agreement_type: boolean;
        checkbox_text: boolean;
        document: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        id: boolean;
        is_blockchain_agreement: boolean;
        link_text: boolean;
        link_to_statement: boolean;
        order: boolean;
        title: boolean;
    };
    username: boolean;
} = ...

Type declaration

  • account_type: boolean
  • documents: {
        agreement_type: boolean;
        checkbox_text: boolean;
        document: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        id: boolean;
        is_blockchain_agreement: boolean;
        link_text: boolean;
        link_to_statement: boolean;
        order: boolean;
        title: boolean;
    }
    • agreement_type: boolean
    • checkbox_text: boolean
    • document: {
          binary: boolean;
          full_title: boolean;
          hash: boolean;
          html: boolean;
          meta: boolean;
      }
      • binary: boolean
      • full_title: boolean
      • hash: boolean
      • html: boolean
      • meta: boolean
    • id: boolean
    • is_blockchain_agreement: boolean
    • link_text: boolean
    • link_to_statement: boolean
    • order: boolean
    • title: boolean
  • username: boolean