5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import type { ActionId } from './ActionId';
|
|
export type UrlPluginRegistration = {
|
|
tableAction: ActionId;
|
|
};
|