OPNet
    Preparing search index...

    Type Alias CollectionInfo

    CollectionInfo: CallResult<
        { banner: string; description: string; icon: string; website: string },
        OPNetEvent<never>[],
    >

    Represents the result of the collectionInfo function call.