Provide support to sort the following: ``` export interface Example { a: string; c: string; b: string; } ```