Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateGroupV1InstructionData

    type CreateGroupV1InstructionData = {
        createGroupV1Args: CreateGroupV1Args;
        discriminator: number;
    }
    Index

    Properties

    createGroupV1Args: CreateGroupV1Args

    The group's name, URI and initial member relationships.

    discriminator: number