Skip to content

Commit

Permalink
Make description optional type
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed Oct 28, 2024
1 parent d3af4a7 commit 08a5476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ export type MintQuotePayload = {
*/
amount: number;
/**
* Description to be included into the invoice
* Description for the invoice
*/
description: string;
description?: string;
};

export enum MintQuoteState {
Expand Down

0 comments on commit 08a5476

Please sign in to comment.