Page Contents

Home > @loopback/repository > StringKeyOf

StringKeyOf type

Signature:

export type StringKeyOf<T> = Extract<keyof T, string>;