Sign in
apache
/
burr
/
refs/heads/fastapi-test
/
.
/
telemetry
/
ui
/
src
/
api
/
models
/
Email.ts
blob: 7e050b8c98cebd6356d7aa1ef0cee090c040c0fb [
file
]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
Email
=
{
subject
:
string
;
contents
:
string
;
};