Coda by Ian Macalinao
    Preparing search index...

    Type Alias QuarryOperatorPluginAccounts

    type QuarryOperatorPluginAccounts = {
        operator: ReturnType<typeof getOperatorCodec> & SelfFetchFunctions<
            OperatorArgs,
            Operator,
        >;
    }
    Index
    operator: ReturnType<typeof getOperatorCodec> & SelfFetchFunctions<
        OperatorArgs,
        Operator,
    >