This commit is contained in:
fro1991
2025-06-18 12:18:44 +09:00
parent b046c4f1a6
commit bce14811f2

View File

@ -22,6 +22,17 @@ export class RemitPartnerApi {
}) })
consumer_secret: string; consumer_secret: string;
@Column({
nullable: true,
length: 256,
})
token: string;
@Column({
nullable: true,
})
expires_in: Date;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()
created_at: Date; created_at: Date;