Mayson Monorepo Documentation
    Preparing search index...

    Interface CryptoPanicResponse

    interface CryptoPanicResponse {
        count: number;
        next: string;
        previous: string;
        results: CryptoPanicPost[];
    }
    Index

    Properties

    count: number
    next: string
    previous: string
    results: CryptoPanicPost[]