6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
interface ResolverProps {
|
|
activePageUrl: string;
|
|
}
|
|
|
|
export type { ResolverProps };
|