mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export interface TenantJobPayload {
|
|
organizationId: string;
|
|
userId: number;
|
|
}
|