old version placed
This commit is contained in:
0
apimaps/accounts/iconSet.tsx
Normal file
0
apimaps/accounts/iconSet.tsx
Normal file
24
apimaps/accounts/pageInfo.ts
Normal file
24
apimaps/accounts/pageInfo.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
const AccountAllEndpoints = ["/account/records/list"];
|
||||
|
||||
const AccountPageInfo = {
|
||||
tr: [
|
||||
{
|
||||
title: "Hesaplar",
|
||||
endpoint: "/account/records/list",
|
||||
description: "Hesaplarınızı listeyebilirsiniz",
|
||||
component: "Table",
|
||||
icon: null,
|
||||
},
|
||||
],
|
||||
en: [
|
||||
{
|
||||
title: "Accounts",
|
||||
endpoint: "/account/records/list",
|
||||
description: "You can list your accounts",
|
||||
component: "Table",
|
||||
icon: null,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export { AccountAllEndpoints, AccountPageInfo };
|
||||
15
apimaps/accounts/subCategories.tsx
Normal file
15
apimaps/accounts/subCategories.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
const AccountSubCategories = [
|
||||
{
|
||||
title: {
|
||||
tr: "Bakiye Sorgulama",
|
||||
en: "Balance Inquiry",
|
||||
},
|
||||
icon: "LucideLandmark",
|
||||
component: null,
|
||||
selfEndpoints: ["/account/records/list"],
|
||||
allEndpoints: [],
|
||||
subCategories: [],
|
||||
},
|
||||
];
|
||||
|
||||
export { AccountSubCategories };
|
||||
Reference in New Issue
Block a user