@designliquido/delegua
Version:
Linguagem de programação simples e moderna usando português estruturado.
22 lines • 984 B
TypeScript
import { ConstrutoInterface } from '../../interfaces/construtos/construto-interface';
import { Tupla } from '../tupla';
export declare class Deceto extends Tupla {
primeiro: ConstrutoInterface;
segundo: ConstrutoInterface;
terceiro: ConstrutoInterface;
quarto: ConstrutoInterface;
quinto: ConstrutoInterface;
sexto: ConstrutoInterface;
setimo: ConstrutoInterface;
oitavo: ConstrutoInterface;
nono: ConstrutoInterface;
decimo: ConstrutoInterface;
constructor(primeiro: ConstrutoInterface, segundo: ConstrutoInterface, terceiro: ConstrutoInterface, quarto: ConstrutoInterface, quinto: ConstrutoInterface, sexto: ConstrutoInterface, setimo: ConstrutoInterface, oitavo: ConstrutoInterface, nono: ConstrutoInterface, decimo: ConstrutoInterface);
get sétimo(): any;
set sétimo(valor: any);
get décimo(): any;
set décimo(valor: any);
paraTexto(): string;
paraTextoSaida(): string;
}
//# sourceMappingURL=deceto.d.ts.map