Hierarchy

  • PlatformsBodyParams

Properties

Properties

query?: {
    filter?: {
        id?: number[];
    };
    include?: PlatformsIncludeFieldList[];
}

Type declaration

  • Optional filter?: {
        id?: number[];
    }
    • Optional id?: number[]
  • Optional include?: PlatformsIncludeFieldList[]

    Posible fields to include are defined in type PlatformsIncludeFieldList .

Generated using TypeDoc