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

    Interface ContratoAnexoResponseDTO

    interface ContratoAnexoResponseDTO {
        contrato_id: string;
        created_at: Date;
        id: string;
        nome_arquivo: string;
        tamanho: number;
        tipo_mime: string;
        url: string;
    }
    Index

    Properties

    contrato_id: string
    created_at: Date
    id: string
    nome_arquivo: string
    tamanho: number
    tipo_mime: string
    url: string