export const pageList = (obj: T): Array => { return Object.keys(obj) as Array; };