Skip to content
Snippets Groups Projects
README-txt-to-copy.txt 327 B
Newer Older
Do not edit file inside this folder manually !
If you want to add missing attributes to a model, create a new interface that extend the existing.

export interface DepositsExtended extends Deposits {
  missingAttribute1?: string;
  missingAttribute2?: number;
}

Generated automatically with `npm run generate-models` command.