@archastro/sdk
    Preparing search index...

    Interface TeamInvite

    A team invite containing a short alphanumeric code that other users can present to join the team.

    interface TeamInvite {
        code: string;
    }
    Index

    Properties

    Properties

    code: string

    Short alphanumeric join code. Pass this value as join_code to the join-with-code endpoint to add a user to the team.