Interface: OutgoingResponseOptions
Interface: OutgoingResponseOptions
OutgoingResponseOptions.
Extends
Indexable
[key: string]: unknown
Properties
content?
optional content: unknown;
metadata?
optional metadata: Record<string, unknown>;
Inherited from
source?
optional source: object;
Inherited from
statusCode?
optional statusCode: number;
statusMessage?
optional statusMessage: string;
timeStamp?
optional timeStamp: number;
Inherited from
type?
optional type: string;