InferWithPrefix
Signature
export type InferWithPrefix = InternalOptions extends { withPrefix: infer P;} ? P : false;Members
This export does not declare public properties or methods in the generated declaration file.
export type InferWithPrefix = InternalOptions extends { withPrefix: infer P;} ? P : false;This export does not declare public properties or methods in the generated declaration file.