Fix sort types
This commit is contained in:
parent
0b64464611
commit
0ea675039a
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -303,7 +303,7 @@ declare module 'netlify-cms-core' {
|
||||
|
||||
export interface CmsSortableFieldsDefault {
|
||||
field: string;
|
||||
direction: SortDirection;
|
||||
direction?: SortDirection;
|
||||
}
|
||||
|
||||
export interface CmsSortableFields {
|
||||
|
@ -572,7 +572,7 @@ export enum SortDirection {
|
||||
|
||||
export interface CmsSortableFieldsDefault {
|
||||
field: string;
|
||||
direction: SortDirection;
|
||||
direction?: SortDirection;
|
||||
}
|
||||
|
||||
export interface CmsSortableFields {
|
||||
|
Loading…
x
Reference in New Issue
Block a user