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;
|
||||
SortOrder?: string;
|
||||
IncludeItemTypes?: string;
|
||||
|
@ -16,7 +16,7 @@ export type QueryI = {
|
|||
NameStartsWith?: string;
|
||||
}
|
||||
|
||||
export type CardOptionsI = {
|
||||
export interface CardOptionsI {
|
||||
itemsContainer?: HTMLElement;
|
||||
parentContainer?: HTMLElement;
|
||||
allowBottomPadding?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue