mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-24 11:18:48 +02:00
🏷️ fix types
This commit is contained in:
@@ -17,14 +17,8 @@ import { useDebounce } from "use-debounce";
|
||||
|
||||
export type SelectedResource = Pick<
|
||||
ListResourcesResponse["resources"][number],
|
||||
| "name"
|
||||
| "resourceId"
|
||||
| "fullDomain"
|
||||
| "niceId"
|
||||
| "ssl"
|
||||
| "wildcard"
|
||||
| "domainId"
|
||||
>;
|
||||
"name" | "resourceId" | "fullDomain" | "niceId" | "ssl" | "wildcard"
|
||||
> & { domainId?: string | null };
|
||||
|
||||
export type ResourceSelectorProps = {
|
||||
orgId: string;
|
||||
|
||||
Reference in New Issue
Block a user