use interface export
This commit is contained in:
parent
df4de415b2
commit
0acac1b52d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
export type QueryI = {
|
export interface QueryI {
|
||||||
SortBy?: string;
|
SortBy?: string;
|
||||||
SortOrder?: string;
|
SortOrder?: string;
|
||||||
IncludeItemTypes?: string;
|
IncludeItemTypes?: string;
|
||||||
|
@ -16,7 +16,7 @@ export type QueryI = {
|
||||||
NameStartsWith?: string;
|
NameStartsWith?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CardOptionsI = {
|
export interface CardOptionsI {
|
||||||
itemsContainer?: HTMLElement;
|
itemsContainer?: HTMLElement;
|
||||||
parentContainer?: HTMLElement;
|
parentContainer?: HTMLElement;
|
||||||
allowBottomPadding?: boolean;
|
allowBottomPadding?: boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue