Skip to content

Instantly share code, notes, and snippets.

@lucasraziel
Created May 13, 2022 20:56
Show Gist options
  • Save lucasraziel/a26b5e199c4e6a051c04ebfc654ba104 to your computer and use it in GitHub Desktop.
Save lucasraziel/a26b5e199c4e6a051c04ebfc654ba104 to your computer and use it in GitHub Desktop.
saveOptions Usando NPM Package para criar uma Arquitetura Limpa - Parte 2
export default interface SaveOptions {
ttlInSeconds?: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment