Sobes.tech
Junior — Senior

Creating a type that excludes a specific property

livecode

Task condition

type TLibraryWithoutMeta = Omit<TLibrary, 'meta'>;