Skip to content
Snippets Groups Projects
Select Git revision
  • 9048f4ca1a04dc33cca5501ed159503c555277ca
  • master default protected
2 results

app1.c

Blame
  • certificate.ts 176 B
    export interface Certificate {
      id: number;
      email: string;
      domain: string;
      createdAt: string;
      updatedAt: string;
      expiresAt: string;
      dnsChallenge: string | null;
    }