File

src/app/streams/components/streams.interface.ts

Extends

ListParams

Index

Properties

Properties

order
order: string
Type : string
page
page: number
Type : number
q
q: string
Type : string
size
size: number
Type : number
sort
sort: string
Type : string
import { ListParams } from '../../shared/components/shared.interface';

export interface StreamListParams extends ListParams {
  q: string;
  page: number;
  size: number;
  sort: string;
  order: string;
}

export interface StreamBuilderError {
  global: Array<string>;
  app: Array<string>;
}

results matching ""

    No results matching ""