@tempots/ui

RouteCatchAll type

Represents a catch-all route.

Signature:

export type RouteCatchAll = {
    type: 'catch-all';
};