AppleSauce
    Preparing search index...

    Type Alias VerifyReputationOptions

    type VerifyReputationOptions = {
        limit?: number;
        sort?: SortMethod;
        source?: string;
        target: string;
    }
    Index

    Properties

    limit?: number
    sort?: SortMethod
    source?: string
    target: string