Skip to content

Commit

Permalink
Merge pull request #302 from skedify/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrku committed Jul 20, 2021
2 parents 1bad487 + ce052fc commit 1446eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ declare module "skedify-sdk" {
type WithCreate<T, Response> = T & { create: () => Response };
type WithDelete<T, Response> = T & { delete: () => Response };


type WithFilter<T, AdditionalFilters> = {
[key in keyof T | AdditionalFilters]: (param: T[key]) => void;
};
Expand Down
1 change: 1 addition & 0 deletions types/subject.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ declare module "skedify-sdk" {
}

export interface OfficeSubjectAvailabilitySettings extends SubjectAvailabilitySettings {
id: string;
subject_id: string;
office_id: string
}
Expand Down

0 comments on commit 1446eec

Please sign in to comment.