Add company settings invite fallback snippet
This commit is contained in:
@@ -40,7 +40,16 @@ type AgentJoinRequestAccepted = JoinRequest & {
|
||||
|
||||
type InviteOnboardingManifest = {
|
||||
invite: InviteSummary;
|
||||
onboarding: Record<string, unknown>;
|
||||
onboarding: {
|
||||
inviteMessage?: string | null;
|
||||
connectivity?: {
|
||||
guidance?: string;
|
||||
connectionCandidates?: string[];
|
||||
};
|
||||
textInstructions?: {
|
||||
url?: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
type BoardClaimStatus = {
|
||||
|
||||
Reference in New Issue
Block a user