Skip to content

Commit a3227c1

Browse files
authored
fix: make objeto property optional in PIXRecPayload type (#37)
1 parent ef792fb commit a3227c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/pixDynamicPayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export type PIXInstantPayload = {
135135
export type PIXRecPayload = {
136136
readonly idRec: string;
137137
readonly vinculo: {
138-
readonly objeto: string;
138+
readonly objeto?: string;
139139
readonly devedor: Devedor;
140140
readonly contrato: string;
141141
};

0 commit comments

Comments
 (0)