CreateAppActionProps: AppActionCategory & {
    description?: string;
    name: string;
    url: string;
}