export class CreateInvoice extends S.Class<CreateInvoice>("CreateInvoice")(
S.Struct(Invoice.fields).pipe(
S.pick(
"Type",
"Contact",
"LineItems",
"Date",
)
).fields
) {}
export class CreateInvoice extends S.Class<CreateInvoice>("CreateInvoice")(
S.Struct(Invoice.fields).pipe(
S.pick(
"Type",
"Contact",
"LineItems",
"Date",
)
).fields
) {}