Function retrieveIsAppBranchRegistered
- retrieveIsAppBranchRegistered(args): Promise<boolean>
Parameters
- args: {
appId: string;
appBranchId: string;
appBranchProfile?: string;
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
Returns Promise<boolean>