Type Alias CreateAppActionProps

CreateAppActionProps: AppActionCategory & {
    description?: string;
    name: string;
} & (CreateEndpointAppActionProps | CreateFunctionAppActionProps | LegacyFunctionAppActionProps)