@neezy-inc/sdk
    Preparing search index...

    Interface Empresa

    interface Empresa {
        address: Address;
        address_id: string;
        cnpj: string;
        created_at: Date;
        endereco_eletronico: null | string;
        id: string;
        nome_empresarial: string;
        nome_fantasia: string;
        telefone: string;
        updated_at: Date;
    }
    Index

    Properties

    address: Address
    address_id: string
    cnpj: string
    created_at: Date
    endereco_eletronico: null | string
    id: string
    nome_empresarial: string
    nome_fantasia: string
    telefone: string
    updated_at: Date