Magek Framework
    Preparing search index...

    Interface PostResult

    interface PostResult {
        status: number;
        body: unknown;
    }
    Index

    Properties

    Properties

    status: number
    body: unknown