export interface IFindParams { idContaContabil: number; } export interface IFindResponse { data: { id: number; descricao: string; }; }