Skip to content

Commit

Permalink
chore: Add typing to Resource includeBy and excludeBy filters
Browse files Browse the repository at this point in the history
  • Loading branch information
tor0405 committed Mar 20, 2024
1 parent 51eb442 commit 8a6af1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,12 @@ declare namespace PodiumClient {
redirectable?: boolean;
resolveJs?: boolean;
resolveCss?: boolean;
includeBy?: RequestFilterOptions;
excludeBy?: RequestFilterOptions;
}
export type RequestFilterOptions = {
deviceType?: Array<string>;
};

export interface PodiumRedirect {
readonly statusCode: number;
Expand Down

0 comments on commit 8a6af1e

Please sign in to comment.