NexSDK
    Preparing search index...

    Type Alias GetResourceHistoryParams

    Generated by orval v7.21.0 🍺 Do not edit manually. NexHub API OpenAPI spec version: 0.1.0

    type GetResourceHistoryParams = {
        cursor?: string | null;
        limit?: number;
    }
    Index

    Properties

    Properties

    cursor?: string | null
    limit?: number

    1

    100