@flesh-and-blood/search
Version:
TypeScript search engine for Flesh and Blood cards
19 lines (18 loc) • 424 B
TypeScript
export declare const shorthands: {
description: string;
filters: string[];
helper?: string;
shorthands: string[];
}[];
export declare const multiWordShorthands: {
shorthands: string[];
description: string;
filters: string[];
helper?: string;
}[];
export declare const singleWordShorthands: {
shorthands: string[];
description: string;
filters: string[];
helper?: string;
}[];