We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d6574 commit 96cd7e9Copy full SHA for 96cd7e9
1 file changed
lib/models.ts
@@ -42,7 +42,7 @@ export class APIError extends Error {
42
}
43
44
export type CreateNewRequest = {
45
- expiresAt?: string;
+ expiresAt: string;
46
};
47
48
export interface CreateNewResponse {
0 commit comments