@akamai/openapi-ts
    Preparing search index...

    Type Alias AddedGetEnrolledBetaPrograms200

    AddedGetEnrolledBetaPrograms200: {
        page?: number;
        pages?: number;
        results?: number;
    } & {
        data?: {
            description?: string
            | null;
            ended?: string | null;
            enrolled?: string;
            id?: string;
            label?: string;
            started?: string;
        }[];
    }

    Type Declaration

    • Optional Readonlypage?: number

      Read-only The current page.

    • Optional Readonlypages?: number

      Read-only The total number of pages.

    • Optional Readonlyresults?: number

      Read-only The total number of results.

    • Optionaldata?: {
          description?: string | null;
          ended?: string | null;
          enrolled?: string;
          id?: string;
          label?: string;
          started?: string;
      }[]