hungify2022
hungify2022
any update
We have two approaches to implement. 1. Use Object ability `subject` and `action` ``` import type { AbilityClass } from '@casl/ability' import { Ability } from '@casl/ability' export type Actions...
@mrnugget Thanks Folder-specific settings with these configs would resolve that.
Let's check PR: https://github.com/colinhacks/tozod/pull/28
Let's check PR: https://github.com/colinhacks/tozod/pull/28
@rhinodavid It saves my day Thanks a lot :heart:
Due to the Typescript version. An error appears on `^4.9.5` but `^4.7.4` doesn't. Someone Typescript expert can resolve that.
> ```ts > type Merge = Omit & S > ``` It saves my day :heart: This answer really right for the optional key ``` export type Prettify = {...
Vue 3.4  ### ReHelloWorld.vue ```vue import HelloWorld from './HelloWorld.vue' interface Slots { default: (props: { default: string }) => string top: (props: { top:...