Type alias Query

Query: {
    q?: string | null;
}

Type declaration

  • Optional q?: string | null