Home > rsc-tools > MaybeEmptyRscEntry
MaybeEmptyRscEntry type
Used to discriminate between RscEntry and EmptyRscEntry based on BaseRscEntry.used
Signature:
export type MaybeEmptyRscEntry = RscEntry | EmptyRscEntry;
References: RscEntry, EmptyRscEntry