mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Add company settings invite fallback snippet
This commit is contained in:
parent
7a2ecff4f0
commit
0ed0c0abdb
2 changed files with 121 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue