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